home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / fm42ch.exe / {app} / Foxmail.exe / 0 / RCDATA / TDLG_RASENTRY / TDLG_RASENTRY.txt
Text File  |  2002-07-04  |  2KB  |  102 lines

  1. object Dlg_RASEntry: TDlg_RASEntry
  2.   Left = 186
  3.   Top = 144
  4.   ActiveControl = BtnOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'Connect to'
  7.   ClientHeight = 186
  8.   ClientWidth = 292
  9.   ParentFont = True
  10.   Position = poScreenCenter
  11.   OnCreate = FormCreate
  12.   OnShow = FormShow
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object L_inputras: TLabel
  16.     Left = 64
  17.     Top = 16
  18.     Width = 168
  19.     Height = 13
  20.     Caption = 'The user name for Dial-up Network:'
  21.   end
  22.   object Img_RAS: TImage
  23.     Left = 16
  24.     Top = 9
  25.     Width = 32
  26.     Height = 32
  27.   end
  28.   object GB_logon: TGroupBox
  29.     Left = 16
  30.     Top = 48
  31.     Width = 265
  32.     Height = 89
  33.     Caption = 'Logon'
  34.     TabOrder = 0
  35.     object L_user: TLabel
  36.       Left = 16
  37.       Top = 26
  38.       Width = 56
  39.       Height = 13
  40.       Caption = '&User Name:'
  41.       FocusControl = E_user
  42.     end
  43.     object L_pwd: TLabel
  44.       Left = 16
  45.       Top = 58
  46.       Width = 49
  47.       Height = 13
  48.       Caption = '&Password:'
  49.       FocusControl = E_pwd
  50.     end
  51.     object E_user: TEdit
  52.       Left = 88
  53.       Top = 24
  54.       Width = 121
  55.       Height = 21
  56.       TabOrder = 0
  57.     end
  58.     object E_pwd: TEdit
  59.       Left = 88
  60.       Top = 56
  61.       Width = 121
  62.       Height = 21
  63.       PasswordChar = '*'
  64.       TabOrder = 1
  65.     end
  66.   end
  67.   object BtnOk: TButton
  68.     Left = 16
  69.     Top = 152
  70.     Width = 75
  71.     Height = 25
  72.     Caption = 'OK'
  73.     Default = True
  74.     ModalResult = 1
  75.     TabOrder = 1
  76.   end
  77.   object BtnCancel: TButton
  78.     Left = 104
  79.     Top = 152
  80.     Width = 75
  81.     Height = 25
  82.     Cancel = True
  83.     Caption = 'Cancel'
  84.     ModalResult = 2
  85.     TabOrder = 2
  86.   end
  87.   object BtnEdit: TButton
  88.     Left = 192
  89.     Top = 152
  90.     Width = 89
  91.     Height = 25
  92.     Caption = '&Property...'
  93.     TabOrder = 3
  94.     OnClick = BtnEditClick
  95.   end
  96.   object Language: TLanguage
  97.     LangCenter = DM_Language.LangCenter
  98.     Left = 184
  99.     Top = 32
  100.   end
  101. end
  102.